type vendor/golang.org/x/net/idna.info
19 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L446: bidi = bidi || info(v).isBidi(s[i:])
idna10.0.0.go#L448: switch p.simplify(info(v).category()) {
idna10.0.0.go#L461: func (c info) isBidi(s string) bool {
idna10.0.0.go#L484: var combinedInfoBits info
idna10.0.0.go#L496: combinedInfoBits |= info(v)
idna10.0.0.go#L497: bidi = bidi || info(v).isBidi(s[i:])
idna10.0.0.go#L501: switch p.simplify(info(v).category()) {
idna10.0.0.go#L512: b = info(v).appendMapping(b, s[start:i])
idna10.0.0.go#L637: if c := p.simplify(info(v).category()); c != valid && c != deviation {
idna10.0.0.go#L730: x := info(v)
idna10.0.0.go#L754: x = info(v)
trie13.0.0.go#L13: func (c info) appendMapping(b []byte, s string) []byte {
trieval.go#L40: type info uint16
trieval.go#L94: func (c info) isMapped() bool {
trieval.go#L98: func (c info) category() category {
trieval.go#L106: func (c info) joinType() info {
trieval.go#L113: func (c info) isModifier() bool {
trieval.go#L117: func (c info) isViramaModifier() bool {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |